[Backport release-25.05] dprint-plugins: update all plugins#454850
Conversation
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> dprint-plugins: fix update script Co-authored-by: Kenichi Kamiya <kachick1@gmail.com> Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> (cherry picked from commit cad32a2)
There was a problem hiding this comment.
This report is automatically generated by the PR / Check / cherry-pick CI workflow.
Some of the commits in this PR require the author's and reviewer's attention.
Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.
If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.
Warning
Difference between 66657de and original cad32a2 may warrant inspection.
Show diff
@@ Commit message
Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
+ (cherry picked from commit cad32a24812b17a574b1ce57a7885dd4459f9f4a)
## pkgs/by-name/dp/dprint/plugins/dprint-plugin-dockerfile.nix ##
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "Dockerfile code formatter";
+- description = "Dockerfile code formatter.";
- hash = "sha256-gsfMLa4zw8AblOS459ZS9OZrkGCQi5gBN+a3hvOsspk=";
++ description = "Dockerfile code formatter";
+ hash = "sha256-GaK1sYdZPwQWJmz2ULcsGpWDiKjgPhqNRoGgQfGOkqc=";
initConfig = {
configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/dprint-plugin-ruff.nix
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "Ruff (Python) wrapper plugin";
+- description = "Ruff (Python) wrapper plugin.";
- hash = "sha256-15InHQgF9c0Js4yUJxmZ1oNj1O16FBU12u/GOoaSAJ8=";
++ description = "Ruff (Python) wrapper plugin";
+ hash = "sha256-qT+6zPbX3KrONXshwzLoGTWRXM93VKO0lN9ycJujEDM=";
initConfig = {
configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-malva.nix
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "CSS, SCSS, Sass and Less formatter";
+- description = "CSS, SCSS, Sass and Less formatter.";
- hash = "sha256-mFlhfqtglKtKNls96PO/2AWLL1fNC5msQCd9EgdKauE=";
++ description = "CSS, SCSS, Sass and Less formatter";
+ hash = "sha256-IAIix6c9/GNDZsRk95T/rpvMh7HqFgBoq5KDVYHHOjU=";
initConfig = {
configExcludes = [ "**/node_modules" ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-markup_fmt.nix
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter";
+- description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter.";
- hash = "sha256-fCvurr8f79io/jIjwCfwr/WGjvcKZtptRrx9GFfytSI=";
++ description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter";
+ hash = "sha256-TQxHIw5IXZwFA/WzIJ33ZckJNkHwW67lnh0cCGkgmrs=";
initConfig = {
configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_graphql.nix
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "GraphQL formatter";
+- description = "GraphQL formatter.";
- hash = "sha256-PlQwpR0tMsghMrOX7is+anN57t9xa9weNtoWpc0E9ec=";
++ description = "GraphQL formatter";
+ hash = "sha256-xEEBnmxxiIPNOePBDS2HG6lfAhR4l53w+QDF2mXdyzg=";
initConfig = {
configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_yaml.nix
@@
{ mkDprintPlugin }:
mkDprintPlugin {
- description = "YAML formatter";
+- description = "YAML formatter.";
- hash = "sha256-6ua021G7ZW7Ciwy/OHXTA1Joj9PGEx3SZGtvaA//gzo=";
++ description = "YAML formatter";
+ hash = "sha256-iSh5SRrjQB1hJoKkkup7R+Durcu+cxePa7GDVjwnexU=";
initConfig = {
configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_yaml.nix: mkDprintPlugin {
## pkgs/by-name/dp/dprint/plugins/update-plugins.py ##
@@
#!/usr/bin/env nix-shell
--#!nix-shell -i python -p nix 'python3.withPackages (pp: [ pp.requests ])'
+-#!nix-shell -i python -p nix nixfmt-rfc-style 'python3.withPackages (pp: [ pp.requests ])'
+#!nix-shell -i python3 -p nix 'python3.withPackages (ps: [ ps.requests ])'
import json
Hint: The full diffs are also available in the runner logs with slightly better highlighting.
|
conflict resolution lgtm
kachick
left a comment
There was a problem hiding this comment.
nixpkgs-review result
Generated using nixpkgs-review.
Command: nixpkgs-review pr 454850
Commit: 66657deebf8583f37aa76e29df1bdfe7d699bbde
x86_64-linux
✅ 6 packages built:
- dprint-plugins.dprint-plugin-dockerfile
- dprint-plugins.dprint-plugin-ruff
- dprint-plugins.g-plane-malva
- dprint-plugins.g-plane-markup_fmt
- dprint-plugins.g-plane-pretty_graphql
- dprint-plugins.g-plane-pretty_yaml
aarch64-darwin
✅ 6 packages built:
- dprint-plugins.dprint-plugin-dockerfile
- dprint-plugins.dprint-plugin-ruff
- dprint-plugins.g-plane-malva
- dprint-plugins.g-plane-markup_fmt
- dprint-plugins.g-plane-pretty_graphql
- dprint-plugins.g-plane-pretty_yaml
d5648ca
Manual backport to release-25.05, for #453928.